JSplit
(JSplit.java)
|
This program splits binary or ascii file in to the pieces of specified size. It is very useful to copying large files on to floppy and also to provide smaller downloadable pieces of bigger file.
The splits can be joined together by the JJoin utility. Both of these utilities are written in pure Java.
|
JJoin
(JJoin.java)
|
Joins the splits generated by JJoin utility.
|
Remove Comment
(RemoveComment.java)
|
Removes the comment from a Java / C / C++ source code.
|
MDL PreProcessor
(MDLPreProcessor.java)
|
Preprocesses the Java files so that they can be easily reverse engineered using Rational Rose. This utility is useful when you want to uderstand class hierarchy of some huge Java source code Or you want to use certain Java classes in your model files. This utility will not be of much use after the developement of JarBrowser which is curretly in Beta.
This programs removes everything from the source file except the hierarchy information.
|